-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
common, ngram_cache: added const reference for std::pair<> and std::tuple<> more 16 bytes: #7270
base: master
Are you sure you want to change the base?
Conversation
GermanAizek
commented
May 14, 2024
- std::pair<llama_ngram, llama_ngram_cache_part> (72 bytes -> 8 bytes)
- std::tuple<std::string, float> (40 bytes -> 8 bytes)
- std::pair<llama_ngram, llama_ngram_cache_part> (72 bytes -> 8 bytes) - std::tuple<std::string, float> (40 bytes -> 8 bytes)
MacOS test is failed. |
Good catch with the |
- std::pair<llama_ngram, llama_ngram_cache_part> (72 bytes -> 8 bytes) - std::tuple<std::string, float> (40 bytes -> 8 bytes)
@JohannesGaessler, for MacOS again not working only |
…tuple<> more 16 bytes: ggerganov#7270 Co-Authored-By: Herman Semenov <[email protected]>
@mofosyne @JohannesGaessler @ggerganov only CI / macOS-latest-make is failed. Why macos cmake is succesful? |